projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ab224d
)
sunxi: dts: Pine64: add Ethernet alias
author
Andre Przywara
<
[email protected]
>
Fri, 21 Oct 2016 00:11:46 +0000
(
01:11
+0100)
committer
Hans de Goede
<
[email protected]
>
Sun, 30 Oct 2016 10:38:04 +0000
(11:38 +0100)
The sun8i-emac driver works fine with the A64 Ethernet IP, but we are
missing an alias entry to trigger the driver instantiation by U-Boot.
Add the line to point U-Boot to the Ethernet DT node.
This enables TFTP boot on the Pine64.
Signed-off-by: Andre Przywara <
[email protected]
>
Reviewed-by: Hans de Goede <
[email protected]
>
Signed-off-by: Hans de Goede <
[email protected]
>
arch/arm/dts/sun50i-a64-pine64-common.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/sun50i-a64-pine64-common.dtsi
b/arch/arm/dts/sun50i-a64-pine64-common.dtsi
index d5a72494645247cfa55f3581fbee8660358e62c2..c0fde440f55fc75ec727655e73c31a6b37d905ae 100644
(file)
--- a/
arch/arm/dts/sun50i-a64-pine64-common.dtsi
+++ b/
arch/arm/dts/sun50i-a64-pine64-common.dtsi
@@
-46,6
+46,7
@@
aliases {
serial0 = &uart0;
+ ethernet0 = &emac;
};
soc {